@charset "utf-8";
body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #3a3a3a;
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #ffffff;
    font-weight: lighter;
}


input,
button {
    outline: none;
    font-family: "微软雅黑", "Microsoft YaHei";
}

@font-face {
    font-family: "impact";
    src: url(../fonts/impact.ttf) format('truetype')
}

a {
    transition: all 0.3s;
}

a:link {
    color: #3a3a3a;
    text-decoration: none
}

a:visited {
    color: #3a3a3a;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #db3021;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

div,
p,
h1,
h2,
h3,
h4,
ul,
li,
dl,
dt,
dd,
ol {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5 {}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
}

.clear {
    clear: both;
}

input {
    outline: none;
}

img {
    border: 0px;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.wenben {
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    color: #535353;
    letter-spacing: 0.0em;
}

.wenben ol li {
    line-height: 30px;
    list-style-type: disc;
    font-size: 14px;
}

.wenben0 {
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #494949;
    letter-spacing: 0.0em;
}

.wenben01 {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    color: #3a3a3a;
    letter-spacing: 0.0em;
}

.border {
    border: #000 1px solid;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.red {
    color: #1369ac !important;
}

.red a:link {
    color: #1369ac;
    text-decoration: none
}

.red a:visited {
    color: #1369ac;
    text-decoration: none
}

.red a:hover {
    text-decoration: none;
    color: #06f;
}

.opa {
    opacity: 0;
    filter: alpha(opacity=0);
}










/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next li {
    margin: 10px auto;
    border: #eee 1px dotted;
    padding: 5px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 24px;
    height: 24px;
    width: 48%;
}


.prev_next li:hover {
    background: #d8d8d8;
    display: block;
    border-radius: 3px;
}

.back_list {
    text-align: right;
    font-size: 16px;
}

.back_list a {}

.back_list a:hover {}

.gridtable table {
    width: 100%;
    margin: 0 auto;
    border-width: 1px;
    box-sizing: border-box;
    font-family: verdana, arial, sans-serif;
    color: #333333;
    border-color: #ccc;
    border-collapse: collapse;
}

.gridtable table th {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ccc;
    background-color: #dedede;
}

.gridtable table td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ccc;
    text-align: center;
    font-size: 14px;
}

.gridtable table td a {
    text-decoration: underline;
    color: #069;
}

.hidden {
    display: none !important
}





/* Wrap
----------------------------------------*/

#wrap {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.page_bg {
    background: url(../Image/page_bg.png) center no-repeat;
}

.page_bg1 {
    background: url(../Image/page_bg1.png) center no-repeat;
}
.page_bg2 {
    background: url(../Image/page_bg2.png) center no-repeat;
}
.page_bg3 {
    background: url(../Image/page_bg3.png) center no-repeat;
}



/* Header
----------------------------------------*/

#name_box_w {
    width: 100%;
	padding-bottom:29px;
	padding-top:0px;
    
    height: 62px;
    transition: all 0.3s;
    z-index: 999;
    background: url(../Image/name_bg.gif) repeat-y center;
    position: relative;
    border-bottom: #e1e2e3 1px solid;
}

#name_box {
    width: 1200px;
    height: 62px;
    margin: 0 auto;
}

.en{   padding:5px 5px;color: #fff !important; border-right:0px solid #1369ac;}
.en:hover { background: #1369ac; padding:5px 5px; }

.down {
    position: fixed !important;
    padding: 0px 0 !important;
    top: 0;
    left: 0;
    border-bottom: #e1e2e3 1px solid;
}

.down .logo{
   
}


.down_noborder {
    border: none !important;
}

.logo {
   
    
}

.menu {
    width: 760px;
    height: 62px;
	padding-top:10px;
    z-index: 999;
    float: right;
}

.banner_box {
    width: 100%;
    height: 565px;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 1920px;
    height: 365px;
  
}

#top_news_box {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    background: #1369ac;
    line-height: 70px;
    color: #fff;
}

#top_news_box i {
    margin: 0 10px;
}


.fa-volume-up {
    margin: 0 30px 0 50px !important;
    font-size: 24px !important;
}

.top_news_cx {
    width: 270px;
    height: 70px;
    background: #242424;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    float: left;
    position: relative;
    z-index: 2;
}

.top_news_cx .ewm {
    width: 250px;
    height: 0;
    overflow: hidden;
    background: #242424;
    position: absolute;
    bottom: 70px;
    left: 0;
    transition: all 0.3s;
}

.top_news_cx:hover .ewm {
    height: 250px;
    padding: 10px;
}

.top_news_cx:hover .ewm img {
    width: 250px;
}


.top_news_list {
    width: 900px;
    height: 70px;
    text-align: left;
    line-height: 70px;
    font-size: 18px;
    float: left;
    overflow: hidden;
}

.top_news_list big {
    font-size: 18px;
    font-weight: bold;
}

.top_news_list ul {
    width: 800px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    display: inline-block;
}

.top_news_list ul li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: left;
}

.top_news_list ul li a {
    color: #fff;
}

.top_news_list ul li a:hover {
    color: #ff0;
}



.zy_banner_box {
    width: 100%;
    height: 408px;
    overflow: hidden;
    position: relative;
}


.page_title .location {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    clear: #959191 !important;
    font-weight: normal;
}

.page_title .location a {
    color: #959191;
}

.page_title .location a:hover {
    color: #959191;
    position: relative;
    top: 1px;
    letter-spacing: 0;
}

.page_title .location span {
    font-size: 16px;
    border-radius: 50%;
    color: #959191;
    padding: 1px;
}




/* Mid
---------------------*/

#mid_wrap {
    width: 100%;
}

#mid_box {
    width: 1200px;
    margin: 10px auto 0 auto;
}



/* Right
----------------------------------------*/

.bh_title {
    text-align: center;
    margin: 30px 0;
}

.bh_title h1 {
    font-size: 20px;
    color: #ce0005;
}

.bh_title h2 {
    font-size: 14px;
    color: #666;
    padding: 10px 0;
    line-height: 20px;
    font-weight: normal;
}

#right_box_w {
    width: 800px;
    background: #fff;
    float: left;
}

.rt_main_box {
    height: auto !important;
    min-height: 300px;
    height: 300px;
}

.gs_pic {
    width: 403px;
    height: 249px;
    float: left;
    margin-right: 20px;
}

.in_gs_pic {
    float: left;
    margin-right: 10px;
}

.gsinfo {}

.gsinfo img {
    border-radius: 20px 0 20px 0;
}

.my_txt {
    padding: 0;
    height: auto !important;
    min-height: 330px;
    height: 330px;
}

.my_txt img {}

#zy_case_box {
    margin-top: 30px;
}

.zy_case_title {
    background: #37ab2a;
    width: 250px;
    height: 28px;
    padding: 10px;
}

.nf {
    transition: all 0.3s;
    width: 55px;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    background: #db3021;
    color: #fff;
    line-height: 12px;
    border-radius: 5px;
}

.nf:hover {
    padding: 3px 10px;
    background: url(../Image/hover.png) center no-repeat #111;
}

.cate_cont {
    margin: 0 auto;
    padding: 20px;
    border: 15px #efefef double;
}

.zy_about_box {
    width: 100%;
    height: 400px;
    background: url(../Image/zy_about_box.gif);
    padding: 100px 0;
}

.zy_about_box ul {
    width: 1200px;
    margin: 0 auto;
    height: 400px;
    overflow: hidden;
}

.zy_about_box ul li {
    width: 200px;
    height: 300px;
    text-align: center;
    float: left;
    transition: all 0.5s;
}

.zy_about_box ul li img {
    width: 160px;
    height: 275px;
    border: 6px solid #a37d4c;
    transition: all 0.3s;
}

.zy_about_box ul li:nth-child(even) {
    position: relative;
    margin-top: 50px;
}

.zy_about_box ul li:hover img {
    box-shadow: 5px 5px 0 #ccc;
    transform: translateY(30px);
}

.pro_case {
    width: 100%;
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin: 20px 0;
}

.pro_case a {
    width: 200px;
    height: 50px;
    font-size: 20px;
    background: #e2e2e2;
    color: #000;
    border-radius: 20px 0 20px 0;
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
}

.pro_case a:hover,
.pro_case .cur {
    background: #582140;
    color: #fff;
}

#left_box {
    float: right;
    width: 302px;
    background: #f6f6f6;
    padding: 20px;
}

.lf_title {
    color: #1369ac;
    font-size: 26px;
}


.lf_list li {
    font-size: 14px;
    color: #616463;
    line-height: 30px;
    margin: 10px 0;
}

.lf_list li a {

    display: block;

}

.lf_list li a:hover {
    transform:translateX(10px); 

}


/* Footer
----------------------------------------*/

#end_wrap {
    width: 100%;
    height: 599px;
    background: #0f0f0f;
    position: relative;
}

#end_bar_w {
    width: 100%;
    height: 71px;
    background: #1369ac;
}

#end_bar {
    width: 1100px;
    margin: 0 auto;
    height: 71px;
    line-height: 71px;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    padding-right: 100px
}

#end_bar big {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}


#end_bar a {
    color: #f7c7c9;
    font-size: 16px;
    display: inline-block;
    margin: 0 10px;
}

#end_bar a:hover {
    color: #ff0;
}


#end_txt_w {
    width: 100%;
	background-color:#555;
    margin: 0 auto;
    height: 60px;
    padding: 50px 0 0 0;
    text-align: center;
}

#e_lxwm { float:left; width: 480px; text-align: left;}
#e_lxwm .title{ font-size: 26px; color: #fff; font-weight: bold; }


.e_fwzc_lxlist {
    width: 480px;
    height: 348px;
    float: left;
}

.e_fwzc_lxlist ul {
    padding: 20px 0;
}

.e_fwzc_lxlist li {
    padding-left: 30px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
}

.e_lx_icon1 {
    background: url(../Image/lx_icon1.png) left center no-repeat;
}

.e_lx_icon2 {
    background: url(../Image/lx_icon2.png) left top no-repeat;
}

.e_lx_icon3 {
    background: url(../Image/lx_icon3.png) left center no-repeat;
}

.e_lx_icon4 {
    background: url(../Image/lx_icon4.png) left center no-repeat;
}


#end_menu {
    width: 720px;
    height: 390px;
    float: right;
}

#end_menu dl {
    width: 210px;
    padding: 0 15px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
}

#end_menu dl dt {
    margin: 0 0 10px 0;
    display: block;
}

#end_menu dl dt i {
    width: 17px;
    height: 4px;
    background: #535353;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

#end_menu dl dt a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

#end_menu dl dd a {
    display: inline-block;
    color: #9e9c9c;
    font-size: 16px;
    line-height: 34px;
    height: 34px;
}

#end_menu dl dt a:hover {
    color: #1369ac;
}

#end_menu dl dd a:hover {
    color: #1369ac;
}

.end_txt {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 70px;
    padding-top: 0px;
    background: url(../Image/end_line.png) top center no-repeat;
}

.end_logo {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -30px;
}

.end_txt a {
    color: #fff;
}

.end_txt a:hover {
    color: #fff;
}









/*NEWS CONTENTS PAGE*/

.indexNewsllist li {
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.my_txt .indexNews li {
    border-bottom: 2px #ccc solid;
    padding: 10px 0;
    transition: all 0.3s;
}

.my_txt .indexNews li {
    margin: 0 auto;
    height: 90px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.my_txt .indexNews li a {
    color: #1369ac;
    display: block;
}

.my_txt .indexNews li a:hover {
    background-color: #fff;
}

.my_txt .indexNews li:hover {
    box-shadow: 0 0 3px #000;
    border-bottom: 2px #fff solid;
    padding: 10px;
}

.my_txt .wen {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.my_txt .da {
    width: 100%;
    height: 50px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
}

.my_txt .wen span {
    background: #1369ac;
    padding: 5px;
    color: #fff;
}

.my_txt .da span {
    background: #000;
    padding: 5px;
    color: #fff;
}

#best_news {
    width: 100%;
    height: 340px;
}

#slide {
    width: 677px;
    height: 340px;
    float: left;
}

#best_news_list {
    width: 500px;
    height: 340px;
    float: right;
}

#best_news_list li {
    width: 100%
}

#best_news_list li span {
    font-size: 24px;
}

#best_news_list li {
    height: 90px;
    line-height: 20px;
    position: relative;
    margin: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

#best_news_list li a {
    height: 80px;
    display: block;
    padding: 5px;
    overflow: hidden;
}

#best_news_list li a:hover {
    background: #bcd8ff;
    color: #FFF;
}

.news_detail {
    height: auto !important;
    min-height: 330px;
    height: 330px;
    margin: 30px 0;
}

#news_t {
    color: #000;
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    border: #efefef 1px dotted;
    margin: 10px 0;
    padding: 5px 20px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
    /* W3C syntax */
    position: relative;
}

#news_d {
    color: #000;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: normal;
    padding: 5px 10px;
}

#news_img {
    text-align: center;
    position: relative;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 880px;
}

#newsContent {
    margin-bottom: 16px;
    text-align: left;
}

#newsContent img {
    max-width: 880px;
}

#newsInfo {
    margin: 0px;
    font-weight: normal;
    text-align: left;
    padding-top: 10px;
}

#newsInfo iframe {
    width: 880px;
    height: 600px;
}

#newsInfo img {
    max-width: 1200px;
}

.proimg img {
    max-width: 700px !important;
}

.news_img h2 {
    color: #db3021;
    background: #efefef;
    padding: 5px;
    line-height: 30px;
    border-radius: 10px 0 10px 0
}







/*GUESTBOOK PAGE*/

.G_Select {
    width: 460px;
    border: none;
    font-size: 16px;
    line-height: 48px;
    background: none;
}

.G_InputText {
    width: 460px;
    border: none;
    font-size: 16px;
    line-height: 48px;
    background: none;
}

.G_textarea {
    width: 450px;
    height: 186px;
    font-size: 16px;
    line-height: 48px;
    border: none;
    background: none;
}

.G_botton {
    width: 200px;
    line-height: 48px;
    background: #cc0000;
    cursor: pointer;
    color: #FFF;
    border: none;
    font-size: 16px;
}

.yanzheng {
    width: 310px;
    border: none;
    background: none;
    font-size: 16px;
    line-height: 48px;
}

.jobs ul {
    list-style: none;
    margin-top: 12px;
}

.jobs ul li {
    height: 150px;
    width: 98%;
    margin: 0 auto;
    border-top: 1px #cdcdcd dashed;
}

.jobs ul li .recruit_info {
    color: #3a3a3a;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    line-height: 36px;
}

.jobs ul li .recruit_info .job_nam {
    color: #be0000;
    font-weight: bold;
}

.jobs ul li .but {
    width: 74px;
    height: 31px;
    line-height: 31px;
    background: #1369ac;
    border-radius: 2px;
    float: right;
    margin-top: -40px;
    margin-right: 22px;
    text-align: center;
}

.jobs ul li .but a {
    text-decoration: none;
    font-family: 'Microsoft YaHei', 黑体, sans-serif;
    color: #FFF;
    display: block;
}

.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #1369ac;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #3a3a3a;
}


.jobs_dy { background: #e60012; border-radius: 5px; font-size: 16px; color: #fff; line-height: 26px; padding:20px 30px; margin-top: 30px; }

.jobs_dy big{ font-size: 208px; font-weight: bold; color: #fff;}




/*PRODUCTS LIST PAGE*/

#picUL {
    text-indent: 0;
    overflow: hidden;
    text-align: center;
}

#picUL li {
    width: 280px;
    height: 260px;
    background: url(../Image/str.png) #fff;
    margin: 10px;
    float: left;
}

#picUL li:hover {
    background: url(../Image/str.png) #fafafa
}

#picUL a {
    width: 270px;
    height: 260px;
    text-align: center;
    display: inline;
    padding: 5px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    background: url(../Image/proshadow.jpg) no-repeat center bottom;
    color: #000;
    overflow: hidden;
    position: relative;
}

.sy {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 100%;
}

.sy0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../Image/sy.png) center no-repeat;
    background-size: 30%;
}

#picUL a:hover {
    background: url(../Image/proshadow.jpg) no-repeat bottom;
}

#picUL a img {
    max-width: 270px;
    height: 210px;
}

#picList {
    width: 100%;
    padding: 0;
}

#picList li {
    transition: all 0.3s;
    height: 170px;
    margin: 0 0 20px 0;
    border-bottom: #ddd 1px solid;
    background: #fff;
}

#picList li:hover {
    border-bottom: #ddd 1px solid;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #1369ac;
    color: #fff;
}

#picList .picList_date {
    float: left;
    width: 100px;
    height: 170px;
    color: #fff;
    text-align: left;
}

#picList .picList_date .d1 {
    font-size: 30px;
    color: #898989;
}

#picList .picList_date .d2 {
    font-size: 16px;
    color: #444;
    line-height: 60px;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: all 0.3s;
}

#picList .picList_date .d3 {
    font-size: 16px;
    color: #aaa;
}

#picList .picList_line {
    width: 100px;
    height: 1px;
    margin-top: 20px;
    width: 35px;
    background: #bebebe;
    float: left;
    transition: all 0.5s;
}

#picList li a:hover .picList_line {
    background: #000;
    width: 70px;
}


#picList .picList_img {
    float: right;
    width: 220px;
    height: 160px;
}

#picList .Pic_list_txt {
    width: 360px;
    padding-right: 10px;
    float: left;
    margin: 0 20px;
    position: relative;
    height: 160px;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    color: #000;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    margin: 12px 0;
    height: 50px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#picList .Pic_list_txt .t3 {
    display: inline-block;
    border-radius: 5px;
    width: 100px;
    height: 36px;
    background: #1369ac;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

#picList .Pic_list_txt .t3 a{ color: #fff; }
#picList .Pic_list_txt .t3 a:hover{ color: #000; padding:0 10px; }

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}


#cxList {
    width: 100%;
}

#cxList li {
    width: 283px;
    height: 400px;
    transition: all 0.3s;
    margin: 10px 7px;
    border: #d9d9d9 1px solid;
    float: left;
}

#cxList li:hover {
    box-shadow: 0 0 3px #000;
}

#cxList li a {
    display: block;
    position: relative;
}

#cxList .img {
    width: 264px;
    height: 207px;
    margin: 10px auto;
}

#cxList .img img {
    width: 264px;
    height: 207px;
}

#cxList .cxList_txt {
    width: 100%;
    position: relative;
    height: 168px;
    border-bottom: 1px solid #d9d9d9;
    overflow: hidden;
}

#cxList .cxList_txt .t1 {
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    height: 50px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    color: #d22626;
    border-bottom: 1px dashed #ddd;
}

#cxList .cxList_txt .t2 {
    padding: 8px 10px;
    margin: 5px 0;
    overflow: hidden;
    height: 45px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#cxList .cxList_txt .t3 {
    padding: 0 10px;
    font-size: 10px;
    line-height: 30px;
}

#cxList .cxList_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}

#cxList li .fa-angle-right {
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    right: 10px;
    background: #900;
    width: 40px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#cxList li:hover .fa-angle-right {
    background: #f60 !important;
    transform: translateX(10px);
}

#dwonList {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
}

#dwonList li {
    line-height: 40px;
    margin: 5px 0;
    position: relative;
}

#dwonList li a {
    display: block;
    color: #000;
    background: #efefef;
    padding: 0 10px;
}

#dwonList li a:hover {
    background: #1369ac;
    color: #FFF;
}

#dwonList li a:hover .Dicon{
    color: #fff;
}

.Dicon {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 18px;
    color: #1369ac;
}

#proUL {
    overflow: hidden;
    text-align: center;
}

#proUL li {
    float: left;
}

#proUL a {
    width: 270px;
    height: 250px;
    text-align: center;
    margin: 10px;
    display: inline;
    padding: 5px;
    float: left;
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    overflow: hidden;
    background: #efefef;
    position: relative;
    box-shadow: 8px 8px 0 #ddd;
}

#proUL a:hover {
    color: #fff;
    background: #1369ac;
}

#proUL a img {
    max-width: 263px;
    height: 207px;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

#proUL a:hover img {
    transform: scale(1.1);
}



/*INDEX*/

#main1_box {
    width: 100%;
    height: 550px;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#main1_box .box {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    position: relative;
}

#main1_box .in_title {
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color: #242424;
    margin-bottom: 30px;
}

#in_xsdt {
    width: 780px;
    height: 580px;
    float: left;
}

#xsdt_best_news {
    width: 780px;
    height: 228px;
}

#xsdt_best_news .news_img {
    width: 304px;
    height: 228px;
    float: left;
    background: #efefef;
    text-align: center;
}

#xsdt_best_news .news_img a {
    width: 304px;
    height: 228px;
    display: block;
    position: relative;
    overflow: hidden;
}

#xsdt_best_news .news_img a .time {
    width: 70px;
    height: 55px;
    background: #1369ac;
    padding: 15px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#xsdt_best_news .news_img a .time big {
    font-size: 26px;
    font-weight: bold;
}


#xsdt_best_news .news_img img {
    max-width: 304px;
    height: 228px;
}

#xsdt_best_news .news_img a img {
    transition: all 0.3s;
}


#xsdt_best_news .news_img a:hover img {
    transform: scale(1.05);
}



#xsdt_best_news .news_cont {
    width: 450px;
    height: 228px;
    float: right;
}

#xsdt_best_news .news_cont .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #181717;
    font-weight: bold;
    overflow: hidden;
}

#xsdt_best_news .news_cont .cont {
    width: 100%;
    height: 162px;
    overflow: hidden;
    line-height: 27px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#xsdt_best_news .news_cont .more {
    line-height: 27px;
    font-size: 14px;
    color: #969090;
}

#xsdt_best_news .news_cont .more a {
    line-height: 27px;
    font-size: 14px;
    color: #969090;
    display: inline-block;
}

#xsdt_best_news .news_cont .more a:hover {
    transform: translateX(10px);
}

#xsdt_list_news {
    width: 100%;
    height: 200px;
    margin-top: 30px;
}


#xsdt_list_news li {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

#xsdt_list_news li a{
    display: block;
}

#xsdt_list_news li a:hover{
    transform: translateY(10px);
}


#xsdt_list_news .time {
    width: 62px;
    height: 77px;
    border: 1px solid #ccc;
    line-height: 26px;
    color: #ccc;
    text-align: center;
    float: left;
}

#xsdt_list_news .time big {
    width: 100%;
    height: 49px;
    line-height: 49px;
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    background: #8f8f8f;
}

#xsdt_list_news .news_cont {
    width: 700px;
    height: 80px;
    float: right;
}

#xsdt_list_news .news_cont .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #181717;
    overflow: hidden;
}

#xsdt_list_news .news_cont .cont {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#in_hydt {
    width: 383px;
    height: 580px;
    float: right;
}

#hydt_best_news {
    width: 383px;
    height: 228px;
}

#hydt_best_news .news_img {
    width: 383px;
    height: 228px;
    background: #f7f7f7;
    text-align: center;
}

#hydt_best_news .news_img a {
    width: 383px;
    height: 228px;
    display: block;
    position: relative;
    overflow: hidden;
}


#hydt_best_news .news_img a img {
    max-width: 383px;
    height: 228px;
}

#hydt_best_news .news_img a img {
    transition: all 0.3s;
}


#hydt_best_news .news_img a:hover img {
    transform: scale(1.05);
}

#hydt_best_news .news_img .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #181717;
    overflow: hidden;
    background: rgba(231, 0, 20, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
}


#hydt_list_news {
    width: 100%;
    height: 220px;
    margin-top: 30px;
}

#hydt_list_news li {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

#hydt_list_news li a{
    display: block;
}

#hydt_list_news li a:hover{
    transform: translateY(10px);
}


#hydt_list_news .news_img {
    width: 115px;
    height: 87px;
    float: left;
    background: #f7f7f7;
    text-align: center;
}

#hydt_list_news a .news_img {
    width: 115px;
    height: 87px;
    display: block;
    position: relative;
    overflow: hidden;
}

#hydt_list_news .news_img img {
    max-width: 115px;
    height: 87px;
}

#hydt_list_news a .news_img img {
    transition: all 0.3s;
}


#hydt_list_news a .news_img:hover img {
    transform: scale(1.05);
}


#hydt_list_news .news_cont {
    width: 250px;
    height: 87px;
    float: right;
}

#hydt_list_news .news_cont .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #181717;
    overflow: hidden;
}

#hydt_list_news .news_cont .cont {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#main2_box {
    width: 100%;
    height:740px;
    padding: 10px 0;
    background: #f3f3f3;
    position: relative;
    overflow: hidden;
}

#main2_box .box {
    width: 1200px;
    margin: 0 auto;
    height: 740px;
}

.in_pro_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    height: 60px;
    line-height: 50px;
    color: #0f0f0f;
}

.in_pro_des {
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    color: #7d7979;
    height: 50px;
    line-height: 25px;
}

.in_product {
    width: 1200px;
    margin: 30px auto;
}


.in_product .biger {
    width: 100%;
    height: 275px;
    margin-bottom: 10px;
}

.in_product .biger li {
    width: 588px;
    height: 255px;
    background: #fff;
    position: relative;
}

.in_product .biger li .type_img {
    max-width: 300px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -40px;
}

.in_product .biger li dl {
    padding: 40px;
    height: 102px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.in_product .biger li dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #0f0f0f;
    line-height: 50px;
    height: 70px;
}

.in_product .biger li dl dd {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 34px;
}

.in_product .biger li .more {
    padding: 10px 40px;
}

.in_product .biger li .more a {
    display: block;
    border: 1px solid #a4a4a4;
    width: 133px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #7e7e7e;
}

.in_product .biger li .more a:hover {
    background: #1369ac;
    border: 1px solid #1369ac;
    color: #fff;
}

.in_product .smaller {
    width: 100%;
    height: 218px;
    margin-bottom: 30px;
}

.in_product .smaller li {
    width: 383px;
    height: 218px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.in_product .smaller li .type_img {
    max-width: 200px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -50px;
}

.in_product .smaller li dl {
    padding: 20px;
    position: relative;
    z-index: 9;
}

.in_product .smaller li dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #0f0f0f;
    line-height: 50px;
    height: 70px;
}

.in_product .smaller li dl dd {
    width: 160px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 22px;
    height: 44px;
}

.in_product .smaller li .more {
    padding: 10px 20px;
}

.in_product .smaller li .more a {
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    color: #7e7e7e;
    
}

.in_product .smaller li .more a:hover {
    background: #1369ac;
    color: #fff;
    padding:5px 10px; 
}

.in_product .more_pro {
    width: 100%;
    height: 55px;
    text-align: center;
}

.in_product .more_pro a {
    width: 100%;
    height: 55px;
    line-height: 55px;
    display: block;
    background: #1369ac;
    color: #fff;
}

.in_product .more_pro a:hover {
    letter-spacing: 1em;
    font-size: 20px;
    background: #000;
}


#main3_box {
    width: 100%;
    height: 860px;
    padding: 50px 0 0 0;
    background: url(../Image/index/main3_bg.gif) bottom repeat-x;
    position: relative;
    overflow: hidden;
}

.main3_box {
    width: 100%;
    height: 860px;
    background: url(../Image/index/main3_lou.png) bottom no-repeat;
    position: relative;
    overflow: hidden;
}

#main3_box .box {
    width: 1200px;
    height: 860px;
    margin: 0 auto;
    position: relative;
}

.in_gsjj {
    width: 690px;
    height: 800px;
    float: right;
}

.in_gsjj .in_gsjj_key {
    font-size: 22px;
    line-height: 38px;
    font-weight: bold;
    color: #242424;
    margin:60px 0 30px 0;
}

.in_gsjj .in_gsjj_des {
    font-size: 14px;
    line-height: 27px;
    color: #676767;
    text-align: justify;
}

.in_gsjj .in_gsjj_num {
    height: 80px;
    margin: 30px 0;
}

.in_gsjj .in_gsjj_num li {
    height: 80px;
    float: left;
    text-align: center;
}

.in_gsjj .in_gsjj_num li big {
    font-size: 44px;
    color: #1369ac;
    font-weight: bold;
}

.in_gsjj .in_gsjj_sl {
    width: 720px;
    height: 328px;
    margin-top: 90px;
    background: url(../Image/index/in_gsjj_sl_bg.png) center no-repeat;
}

.in_gsjj .in_gsjj_sl li {
    width: 240px;
    height: 146px;
    padding: 10px 0;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}


.in_gsjj .in_gsjj_sl li a{
    display: block;
    color: #fff;
}



.in_gsjj .in_gsjj_sl li big {
    font-size: 28px;
    color: #fff;
}

.in_gsjj .in_gsjj_sl li i {
    width: 62px;
    height: 62px;
    display: inline-block;
    transition: all 0.3s;
}

.in_gsjj .in_gsjj_sl li .txt {
    transition: all 0.3s;
}

.in_gsjj .in_gsjj_sl li a:hover {
    padding-top: 60px;
}

.in_gsjj .in_gsjj_sl li a:hover .txt {
    transform: translateY(-130px);
}



.in_gsjj_sl .in_icon1 {
    background: url(../Image/index/main3_icon1.png) center no-repeat;
}

.in_gsjj_sl .in_icon2 {
    background: url(../Image/index/main3_icon2.png) center no-repeat;
}

.in_gsjj_sl .in_icon3 {
    background: url(../Image/index/main3_icon3.png) center no-repeat;
}

.in_gsjj_sl .in_icon4 {
    background: url(../Image/index/main3_icon4.png) center no-repeat;
}

.in_gsjj_sl .in_icon5 {
    background: url(../Image/index/main3_icon5.png) center no-repeat;
}

.in_gsjj_sl .in_icon6 {
    background: url(../Image/index/main3_icon6.png) center no-repeat;
}


#main4_box {
    width: 100%;
    height: 460px;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

#main5_box .box {
    width: 1200px;
    margin: 0 auto;
    height: 460px;
}

.in_fwzc_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    height: 60px;
    line-height: 50px;
    color: #0f0f0f;
}

.in_fwzc_des {
    padding: 0 100px;
    text-align: center;
    font-size: 16px;
    color: #7d7979;
    height: 50px;
    line-height: 25px;
}

.in_fwzc {
    width: 1200px;
    margin: 0 auto;
}

.in_fwzc li {
    width: 300px;
    height: 167px;
    float: left;
    background: #f3f3f3;
    text-align: center;
    line-height: 23px;
}

.in_fwzc li big {
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    display: inline-block;
    padding-top: 40px;

}

.in_fwzc li a{
    height: 167px;
    display: block;
    color: #0f0f0f;
}


.in_fwzc li a:hover{
    background: #1369ac;
    color: #fff;
    transform: scale(1.05);
}

/*PAGE*/

.page_title {
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    position: relative;
    font-weight: bold;
    color: #0f0f0f;
}

.page_title a:hover {
    letter-spacing: 10px;
}

.page_title .more {
    position: absolute;
    top: 0;
    right: 0;
}

.page_title .more a {
    color: #cccccc;
    font-size: 26px;
}

.page_title .more a i {
    transition: all 0.3s;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 16px;
    border: 1px solid #cccccc;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
}

.page_title .more a:hover {
    padding-left: 40px;
    color: #1369ac;
}

.page_title .more a:hover i {
    border: 3px #1369ac solid;
    transform: translateX(10px);
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    color: #1369ac;
}

.page_des {
    padding: 0 50px;
    font-size: 16px;
    color: #7d7979;
    height: 60px;
    line-height: 30px;
    margin: 20px 0;
}




/*ABOUT*/

#about1_box {
    width: 100%;
    height: 560px;
    padding: 50px 0;
}

#about2_box {
    width: 100%;
    height: 630px;
    padding: 50px 0;
    background: #f7f7f7;
}

#about3_box {
    width: 100%;
    height: 560px;
    padding: 50px 0;
}

#about4_box {
    width: 100%;
    height: 630px;
    padding: 50px 0;
    background: #f7f7f7;
}

#about5_box {
    width: 100%;
    height: 230px;
    padding: 50px 0;
    background: url(../Image/about/about5_bg.jpg) center no-repeat;
}

.page_box {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.about_gsjj_cont {
    font-size: 16px;
    color: #777777;
    overflow: hidden;
    line-height: 30px;
    text-align: justify;
}

.about_gsjj_cont .img {
    float: right;
    width: 303px;
    height: 425px;
    box-shadow: -20px 20px 0 #1369ac;
    margin: 0 0 100px 100px;
    transition: all 0.3s;
}

.about_gsjj_cont .img img {
    transform: all 0.3s;
}

.about_gsjj_cont .img:hover {
    box-shadow: 20px 20px 0 #610008;
    transform: translate3d(-20px, 20px, 0);
}

.about_gsjj_cont .img img:hover {
    box-shadow: 10px 10px 0 #1369ac;
}

.about_gsjj_cont .txt {
    height: 300px;
    margin: 30px 0;
    overflow: hidden;
}

.about_gsjj_cont .more {
    color: #fff;
}

.about_gsjj_cont .more a {
    color: #1369ac;
    font-size: 26px;
}

.about_gsjj_cont .more a i {
    transition: all 0.3s;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 12px;
    border: 2px solid #1369ac;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}

.about_gsjj_cont .more a:hover {
    padding-left: 40px;
}

.about_gsjj_cont .more a:hover i {
    border: 3px #000 solid;
    transform: translateX(-150px);
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-radius: 0;
    color: #000;
}


.about_qywh {
    width: 1200px;
    height: 390px;
    margin: 30px auto;
}

.about_qywh li {
    width: 316px;
    height: 390px;
    box-shadow: 0 5px 0 #1369ac;
    overflow: hidden;
    margin: 0 42px;
    float: left;
    background: #fff;
    text-align: center;
    transition: all 0.3s;
}

.about_qywh li .cont {
    padding: 20px 0;
}

.about_qywh li .cont .t1 {
    color: #0f0f0f;
    font-size: 22px;
    line-height: 40px;
}

.about_qywh li .cont .t2 {
    color: #7d7979;
    font-size: 14px;
    line-height: 30px;
}

.about_qywh li:hover {
    box-shadow: 10px 10px 0 #333;
    transform: translate3d(-10px, -10px, 0);
}

.about_qywh li:hover img {
    transition: all 0.3s;
}

.about_qywh li:hover img {
    transform: scale(0.98);
}

#about_cqfc {
    width: 544px;
    height: 480px;
    float: left;
}

#about_zbll {
    width: 544px;
    height: 480px;
    float: right;
}


.about_zzjg_more a {
    color: #1369ac;
    display: block;
    margin: 0 auto;
    font-size: 20px;
    width: 177px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    border: 1px solid #1369ac;
}

.about_zzjg_more a:hover {
    background: #1369ac;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
}








/*PRODUCT*/

#page_product {
    min-height: 1000px;
}

#page_product .box {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}


.page_product {
    width: 1200px;
    margin: 30px auto;
}


.page_product .biger {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.page_product .biger li {
    width: 588px;
    height: 335px;
    margin-bottom: 30px;
    background: #f7f7f7;
    position: relative;
}

.page_product .biger li:nth-child(odd) {

    float: left;
}


.page_product .biger li:nth-child(even) {

    float: right;
}


.page_product .biger li .type_img {
    width: 300px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -70px;
}

.page_product .biger li dl {
    padding: 40px;
    height: 172px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.page_product .biger li dl dt {
    font-size: 22px;
    font-weight: bold;
    color: #0f0f0f;
    line-height: 50px;
    height: 70px;
}

.page_product .biger li dl dd {
    font-size: 16px;
    color: #7e7e7e;
    line-height: 34px;
}

.page_product .biger li .more {
    padding: 10px 40px;
}

.page_product .biger li .more a {
    display: block;
    border: 1px solid #a4a4a4;
    width: 133px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 16px;
    color: #7e7e7e;
}

.page_product .biger li .more a:hover {
    background: #1369ac;
    border: 1px solid #1369ac;
    color: #fff;
}

.page_product .smaller {
    width: 100%;
    height: 218px;
    margin-bottom: 30px;
}

.page_product .smaller li {
    width: 383px;
    height: 218px;
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
}

.page_product .smaller li .type_img {
    width: 200px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -50px;
}

.page_product .smaller li dl {
    padding: 20px;
    position: relative;
    z-index: 2;
}

.page_product .smaller li dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #0f0f0f;
    line-height: 50px;
    height: 70px;
}

.page_product .smaller li dl dd {
    width: 160px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 22px;
    height: 44px;
}

.page_product .smaller li .more {
    padding: 10px 20px;
}

.page_product .smaller li .more a {
    text-align: left;
    line-height: 22px;
    font-size: 14px;
    color: #7e7e7e;
}

.page_product .smaller li .more a:hover {
    background: #1369ac;
    color: #fff;
    padding:5px 10px; 
}


/*FWZC*/

#fwzc1_box {
    width: 100%;
}

.fwzc_lxwm_cont {
    width: 1198px;
    height: 348px;
    border: 1px solid #d5d2d2;
    margin: 30px 0;
}

.fwzc_lxlist {
    width: 500px;
    height: 348px;
    float: left;
}

.fwzc_lxlist ul {
    padding: 50px;
}

.fwzc_lxlist li {
    padding-left: 30px;
    line-height: 42px;
    color: #0f0f0f;
    font-size: 16px;
}

.lx_icon1 {
    background: url(../Image/fwzc/lx_icon1.png) left center no-repeat;
}

.lx_icon2 {
    background: url(../Image/fwzc/lx_icon2.png) left top no-repeat;
}

.lx_icon3 {
    background: url(../Image/fwzc/lx_icon3.png) left center no-repeat;
}

.lx_icon4 {
    background: url(../Image/fwzc/lx_icon4.png) left center no-repeat;
}

.fwzc_ewm {
    padding: 50px 0;
    border-left: 1px solid #d5d2d2;
    border-right: 1px solid #d5d2d2;
    width: 350px;
    height: 248px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #0f0f0f;
    line-height: 20px;
}

.fwzc_ewm img {
    width: 200px;
}

.fwzc_tel {
    padding: 80px 0;
    width: 346px;
    height: 188px;
    float: right;
    text-align: center;
    font-size: 14px;
    color: #0f0f0f;
    line-height: 20px;
}

.fwzc_tel a:hover big{
    text-decoration: underline !important;
}

.fwzc_tel big {
    font-size: 20px;
    color: #1369ac;
    font-weight: bold;
    display: inline-block;
    line-height: 60px;
}


#fwzc2_box ul {
    width: 1200px;
    margin: 0 auto;
}

.shfw_lf {
    background: url(../Image/fwzc/fwzc2_lf.gif) no-repeat;
}

.shfw_rt {
    background: url(../Image/fwzc/fwzc2_rt.gif) no-repeat;
}


#fwzc2_box ul li {
    width: 411px;
    height: 77px;
    line-height: 38px;
    padding: 20px 0 20px 160px;
    color: #0f0f0f;
    text-align: center;
    font-size: 18px;
}

#fwzc2_box ul li big {
    font-size: 25px;
    font-weight: bold;
}

#fwzc3_box {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}

#fwzc_cjwt {
    width: 544px;
    float: left;
}

#fwzc_zlxz {
    width: 544px;
    float: right;
}

.newslist {
    margin-top: 30px;
}

.newslist li {
    line-height: 35px;
    font-size: 16px;
    color: #5e5c5c;
}


#fwzc4_box {
    width: 100%;
    padding: 80px 0;
    background: #f7f7f7;
}

.mess_lf {
    width: 583px;
    float: left;
}

.mess_rt {
    width: 583px;
    float: right;
}

.message li {
    width: 543px;
    padding: 0 20px;
    height: 50px;
    background: #fff;
    margin: 20px 0;
    line-height: 50px;
}

#fwzc5_box {
    width: 100%;
    padding: 80px 0;
    background: #fff;
}


.fwzc5_other {
    width: 1200px;
    margin: 0 auto;
}


.fwzc5_other li {
    width: 280px;
    height: 200px;
    float: left;
    margin: 0 auto;
    text-align: center;
    line-height: 23px;
    color: #0f0f0f;
    font-size: 14px;
    transition: all 0.3s;
    padding: 10px;
}

.fwzc5_other li big {
    font-size: 22px;
    font-weight: bold;
    color: #0f0f0f;
    line-height: 40px;
    display: inline-block;
}

.fwzc5_other li a {
    display: block;
}

.fwzc5_other li:hover {
    box-shadow: 5px 3px 0 #1369ac;
}

.fwzc5_other li .img {
    transition: all 0.5s;
    transform: translateY(0);
}

.fwzc5_other li .txt {
    transition: all 0.5s;
    transform: translateY(0);
}

.fwzc5_other li:hover .img {
    transform: translateY(60px);
}

.fwzc5_other li:hover .txt {
    transform: translateY(-160px);
}

#network1_box {
    width: 100%;
    padding: 50px 0;
}

.network1_list {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
}

.network1_list li {
    width: 500px;
    height: 85px;
    background: #f7f7f7;
    color: #0f0f0f;
    font-size: 16px;
    line-height: 40px;
    padding: 30px 30px 30px 60px;
    position: relative;
    margin: 10px 0;
}


.network1_list li .num {
    width: 42px;
    height: 39px;
    background: #1369ac;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 39px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}


.network1_list li big {
    color: #1369ac;
    font-weight: bold;
    font-size: 20px;
}


#network2_box {
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}

.network2_list {
    padding: 50px 0;
}


.ord_lf {
    width: 583px;
    float: left;
}

.ord_rt {
    width: 583px;
    float: right;
}

.order li {
    width: 543px;
    padding: 0 20px;
    height: 50px;
    background: #f4f4f4;
    margin: 20px 0;
    line-height: 50px;
}

#network3_box {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}




/*NEWS*/

#news1_box {
    width: 100%;
    padding: 50px 0;
}

#page_xsdt_best_news {
    width: 100%;
    height: 420px;
    margin: 50px 0;
}

#page_xsdt_best_news li {
    width: 366px;
    height: 420px;
    float: left;
    overflow: hidden;
}

#page_xsdt_best_news li a {
    width: 366px;
    height: 420px;
    display: block;
    position: relative;
}


#page_xsdt_best_news li a:hover {
    transform: translateY(10px);
}

#page_xsdt_best_news .news_img {
    width: 366px;
    height: 274px;
    float: left;
    background: #f7f7f7;
    text-align: center;
    overflow: hidden;
}


#page_xsdt_best_news a .news_img .time {
    width: 70px;
    height: 55px;
    background: #1369ac;
    padding: 15px;
    line-height: 26px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#page_xsdt_best_news a .news_img .time big {
    font-size: 26px;
    font-weight: bold;
}


#page_xsdt_best_news .news_img img {
    width: 366px;
    height: 274px;
}

#page_xsdt_best_news a .news_img img {
    transition: all 0.3s;
}


#page_xsdt_best_news a .news_img:hover img {
    transform: scale(1.05);
}



#page_xsdt_best_news .news_cont {
    width: 366px;
    height: 120px;
    margin-top: 20px;
}

#page_xsdt_best_news .news_cont .tit {
    width: 100%;
    height: 50px;
    line-height: 25px;
    font-size: 18px;
    color: #181717;
    overflow: hidden;
}

#page_xsdt_best_news .news_cont .cont {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#page_xsdt_best_news .news_cont .more {
    line-height: 27px;
    font-size: 14px;
    color: #969090;
}

#page_xsdt_best_news .news_cont .more a {
    line-height: 27px;
    font-size: 14px;
    color: #969090;
    display: inline-block;
}

#page_xsdt_best_news .news_cont .more a:hover {
    transform: translateX(10px);
}

#page_xsdt_list_news {
    width: 100%;
    height: 240px;
    margin: 30px 0;
}


#page_xsdt_list_news li {
    width: 560px;
    height: 80px;
    margin: 20px 0;
}

#page_xsdt_list_news li a {
    display: block;
}

#page_xsdt_list_news .time {
    width: 62px;
    height: 77px;
    border: 1px solid #ccc;
    line-height: 26px;
    color: #ccc;
    text-align: center;
    float: left;
}

#page_xsdt_list_news .time big {
    width: 100%;
    height: 49px;
    line-height: 49px;
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    background: #8f8f8f;
}

#page_xsdt_list_news li a:hover {
    transform: translateY(10px);
}


#page_xsdt_list_news li a:hover .time big {
    background: #1369ac;
}


#page_xsdt_list_news .news_cont {
    width: 460px;
    height: 80px;
    float: right;
}

#page_xsdt_list_news .news_cont .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #181717;
    overflow: hidden;
}

#page_xsdt_list_news .news_cont .cont {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#news2_box {
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}



#page_hydt_best_news {
    width: 1200px;
    height: 344px;
    margin: 50px 0;
}

#page_hydt_best_news .news_img {
    width: 574px;
    height: 344px;
    background: #f7f7f7;
    text-align: center;
}

#page_hydt_best_news .news_img a {
    width: 574px;
    height: 344px;
    display: block;
    position: relative;
    overflow: hidden;
}


#page_hydt_best_news .news_img a:hover {
    transform: translateY(10px);
}


#page_hydt_best_news .news_img a img {
    max-width: 574px;
    height: 344px;
}

#page_hydt_best_news .news_img a img {
    transition: all 0.3s;
}


#page_hydt_best_news .news_img a:hover img {
    transform: scale(1.05);
}

#page_hydt_best_news .news_img .tit {
    width: 100%;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    background: rgba(231, 0, 20, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
}


#page_hydt_list_news {
    width: 100%;
    height: 104px;
    margin: 30px 0;
}

#page_hydt_list_news li {
    width: 380px;
    height: 104px;
    float: left;
}


#page_hydt_list_news li a {
    display: block;
}

#page_hydt_list_news li a:hover {
    transform: translateY(10px);
}

#page_hydt_list_news .news_img {
    width: 140px;
    height: 104px;
    float: left;
    background: #efefef;
    text-align: center;
}

#page_hydt_list_news a .news_img {
    width: 140px;
    height: 104px;
    display: block;
    position: relative;
    overflow: hidden;
}

#page_hydt_list_news .news_img img {
    max-width: 140px;
    height: 104px;
}

#page_hydt_list_news a .news_img img {
    transition: all 0.3s;
}


#page_hydt_list_news a .news_img:hover img {
    transform: scale(1.05);
}


#page_hydt_list_news .news_cont {
    width: 220px;
    height: 104px;
    float: right;
}

#page_hydt_list_news .news_cont .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #181717;
    overflow: hidden;
}

#page_hydt_list_news .news_cont .cont {
    width: 100%;
    height: 75px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#news3_box {
    width: 100%;
    padding: 30px 0;
    background: #1369ac;
}

#tzgg_news {
    width: 1200px;
    height: 150px;
}

#tzgg_news li {
    width: 560px;
    height: 150px;
}

#tzgg_news li a {
    display: block;
}

#tzgg_news li a:hover {
    transform: translateY(10px);
}



#tzgg_news .news_cont {
    width: 100%;
    height: 150px;
}

#tzgg_news .news_cont .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

#tzgg_news .news_cont .cont {
    width: 100%;
    height: 86px;
    overflow: hidden;
    line-height: 27px;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}

#tzgg_news .news_cont .more {
    line-height: 27px;
    font-size: 14px;
    color: #fff;
}

#tzgg_news .news_cont .more a {
    line-height: 27px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

#tzgg_news .news_cont .more a:hover {
    transform: translateX(10px);
}

#news4_box {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}


#news_shzr {
    width: 574px;
    float: left;
}

#news_ygfc {
    width: 574px;
    float: right;
}

#news_shzr ul {
    margin: 30px 0;
}

#news_shzr li {
    width: 237px;
    height: 368px;
    background: #f7f7f7;
    padding: 20px;
}

#news_shzr li a {
    display: block;
}

#news_shzr li a:hover {

    transform: translateY(10px);
}



#news_shzr .news_img {
    width: 237px;
    height: 177px;
    overflow: hidden;
    margin-top: 30px;
}

#news_shzr .news_img img {
    width: 237px;
    height: 177px;
}


#news_shzr .news_cont {
    width: 100%;
    height: 160px;
}

#news_shzr .news_cont .tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #242424;
    overflow: hidden;
}

#news_shzr .news_cont .cont {
    width: 100%;
    height: 86px;
    overflow: hidden;
    line-height: 27px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
    margin: 10px 0;
}

#news_shzr .news_cont .more {
    height: 27px;
    line-height: 27px;
    font-size: 16px;
    color: #a3a3a3;
}

#news_shzr .news_cont .more a {
    line-height: 27px;
    color: #a3a3a3;
    display: inline-block;
}

#news_shzr .news_cont .more a:hover {
    transform: translateX(10px);
}

#news6_box {
    width: 100%;
    padding: 50px 0;
    background: #f7f7f7;
}

#jszs_news {
    width: 1200px;
    height: 320px;
    margin: 30px 0;
}

#jszs_news li {
    width: 568px;
    height: 118px;
    margin: 20px 0;
}

#jszs_news li a {
    width: 528px;
    height: 78px;
    padding: 20px;
    border: 1px solid #ccc;
    display: block;
}

#jszs_news li a:hover {
    display: block;
    background: #ddd;
    transform: translateY(10px);
}

#jszs_news .news_cont {
    width: 100%;
    height: 98px;
}

#jszs_news .news_cont .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #242424;
    overflow: hidden;
}

#jszs_news .news_cont .cont {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
    color: #7e7e7e;
    text-align: justify;
}

#news7_box {
    width: 100%;
    padding: 50px 0;
    background: #fff;
}


/*PRODUCT*/

.page_info_title {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    position: relative;
    font-weight: bold;
    color: #0f0f0f;
}

.page_info_title a:hover {
    letter-spacing: 3px;
}

.page_info_title .more {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
}

.page_info_title .more a {
    color: #625f5f;
    font-size: 18px;
}


#info_list_box {
    padding: 15px 30px;
    width: 1138px;
    height: auto;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
}

#info_list_box ul {
    height: auto;
    overflow: hidden;
}

#info_list_box li {
    width: 33%;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    float: left;
    color: #2d2f32;
    font-size: 16px;
}

#info_list_box li a{
 word-wrap:break-word;
}



#info_list_box a i {
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background: url(../Image/product/square0.gif) center no-repeat;
    padding: 3px;
    border: 1px solid #696969;
}

#info_list_box a:hover i,
#info_list_box .current a i {
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background: url(../Image/product/square.gif) center no-repeat;
    padding: 3px;
    border: 1px solid #1369ac;
}


#info_list_box .current a {
    color: #1369ac;
}

#pro_img {
    width: 500px;
    height: 375px;
    padding: 20px;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    text-align: center;
}

#pro_img img {
    width: 500px;
    height: 375px;
}

#pro_txt {
    width: 624px;
    height: 360px;
    float: right;
    text-align: justify;
}

#pro_txt h2 {
    font-size: 28px;
    color: #0f0f0f;
}

#pro_dec {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin: 20px 0;
}

#pro_tel {
    margin: 10px 0;
}


#pro_tel .pro_tel_tel {
    color: #727578;
    font-size: 18px;
}

#pro_tel .pro_tel_tel span {
    font-size: 38px;
    color: #1369ac;
    font-weight: bold;
}

.info_huan { width: 300px; float: left; color: #1369ac; font-size: 18px; }
.info_huan a{ color: #1369ac; font-size: 14px; text-decoration: underline; }

.info_bt { width: 312px; float: right; }
.info_bt li { width: 146px; height: 40px; float: left; margin-right:10px; }

.info_bt li a{ width: 146px; height: 40px; color: #fff; font-size: 18px; display: block; text-align: center; line-height: 40px;}
.info_bt li a:hover { transform: translateY(5px);} 

.info_bt1 { width: 146px; height: 40px; background: #1369ac; color: #fff; font-size: 18px; }
.info_bt2 { width: 146px; height: 40px; background: #0f0f0f; color: #fff; font-size: 18px; }


#info_tab {
    padding: 15px 30px;
    width: 1138px;
    height: 68px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    margin:30px 0; 
}


.info_tab_down {
    width: 1200px;
    position: fixed !important;
    padding: 0 30px !important;
    top: 30px;
    left: 50%;
    margin-left:-600px !important; 
    z-index: 9;
}


#info_tab ul {
    height: 68px;
    overflow: hidden;
}

#info_tab li {
    width: 378px;
    height: 68px;
    line-height: 68px;
    overflow: hidden;
    float: left;
    color: #1e1f20;
    font-size: 20px;
    border-right:1px solid #ccc;
    text-align: center;
}

#info_tab li i { width: 25px; height: 25px; display: inline-block; vertical-align: middle;}

#info_tab .tab_icon1 { background: url(../Image/product/tab1.png) center no-repeat; }
#info_tab .tab_icon2 { background: url(../Image/product/tab2.png) center no-repeat; }
#info_tab .tab_icon3 { background: url(../Image/product/tab3.png) center no-repeat; }

#info_tab li a{
    display: block;
}

#info_tab li a:hover,#info_tab .current a{
    color: #e92233 !important;
    background: #fff;
}

#info_tab li a:hover .tab_icon1,#info_tab .current a .tab_icon1{
    background: url(../Image/product/tab10.png) center no-repeat !important;
}
#info_tab li a:hover .tab_icon2,#info_tab .current a .tab_icon2{
    background: url(../Image/product/tab20.png) center no-repeat !important;
}
#info_tab li a:hover .tab_icon3,#info_tab .current a .tab_icon3{
    background: url(../Image/product/tab30.png) center no-repeat !important;
}

#info2_box { height: 300px; padding:20px 50px; background: #f7f7f7; border:1px solid #e0e0e0; margin-bottom:30px; }
#info2_box ul { margin-top:20px;  }
#info2_box li { width: 50%; float: left; line-height: 40px; }

#info3_box { width: 100%; padding:0; background: #fff;}
#info3_box li { width: 480px; padding:10px 50px; margin:10px 0; line-height: 48px; font-size:16px; color: #1e1f20; background: #f7f7f7; border:1px solid #e0e0e0; }


#info3_box li:nth-child(odd) {
    float: left;
}
#info3_box li:nth-child(even) {
    float: right;
}

#search_box { width: 100%; padding:50px 0;  }
.web_pager {
	text-align: center; margin-top: 20px;
}
.web_pager span {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
.web_pager a {
	border: 1px solid rgb(224, 224, 224); margin-left:5px; margin-right:5px; border-image: none; height: 28px; text-align: center; color: rgb(170, 170, 170); line-height: 28px; display: inline-block; min-width: 28px;
}
.web_pager a:hover {
	border: 1px solid rgb(38, 145, 208); border-image: none; color: rgb(38, 145, 208);
}
.web_pager .NextSpan {
	background: rgb(240, 240, 240); height: 30px; text-align: center; color: rgb(119, 119, 119); line-height: 30px; display: inline-block; min-width: 60px;
}
.web_pager .PreSpan {
	background: rgb(240, 240, 240); height: 30px; text-align: center; color: rgb(119, 119, 119); line-height: 30px; display: inline-block; min-width: 60px;
}
.web_pager .NextA {
	height: 28px; color: rgb(119, 119, 119); line-height: 28px; min-width: 58px;
}
.web_pager .PreA {
	height: 28px; color: rgb(119, 119, 119); line-height: 28px; min-width: 58px;
}
.web_pager .PreA {
	margin-right: 6px;
}
.web_pager .PreSpan {
	margin-right: 6px;
}
.web_pager .NextA {
	margin-left: 6px;
}
.web_pager .NextSpan {
	margin-left: 6px;
}
.web_pager .firstPage {
	height: 28px; color: rgb(170, 170, 170); line-height: 28px; font-weight: 700; min-width: 40px;
}
.web_pager .lastPage {
	height: 28px; color: rgb(170, 170, 170); line-height: 28px; font-weight: 700; min-width: 40px;
}
.web_pager .Ahover {
	background: rgb(240, 240, 240); color: rgb(38, 145, 208); font-weight: 700;
}
.web_pager .PageText {
	border: 0px currentColor; border-image: none; color: rgb(170, 170, 170); margin-left: 10px;
}
#webPageB {
	border: 1px solid rgb(224, 224, 224); border-image: none; text-align: center; color: rgb(170, 170, 170);
}
.web_pager #webPageT {
	border: 1px solid rgb(224, 224, 224); border-image: none; text-align: center; color: rgb(170, 170, 170);
}
.web_pager #webPageT {
	padding: 6px 5px 5px; width: 20px;
}
.web_pager #webPageB {
	padding: 6px 0px 5px; font-weight: 700; cursor: pointer; min-width: 40px;
}
.current {  border-bottom: 2px solid #1369ac }